Welcome![Sign In][Sign Up]
Location:
Search - k means source code

Search list

[matlabKmeans

Description: K-means聚类的matlab代码,供相关人士学习时参考-a K-means matlab source code
Platform: | Size: 74752 | Author: 浩克 | Hits:

[Graph programk_means_image

Description: 国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
Platform: | Size: 5120 | Author: he16th | Hits:

[matlabkmeans

Description: matlab源码关于模糊K均值聚类算法,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, suitable for everyone to download research study
Platform: | Size: 2048 | Author: | Hits:

[matlabupload

Description: The attachment consists of a source code that performs malarial segmentation using k-means clustering.It also contains HUI conversion of an malarial image.Water shed algorithm applied on a cel image , and detection of water ridge lines for dental x ray image
Platform: | Size: 355328 | Author: akhila | Hits:

[JSP/JavaFk-menas

Description: 基于Hadoop的模糊K-Means算法,在MapReduce框架下编写,经集群测试成功运行。压缩包中包含源码和实验数据-Hadoop-based fuzzy K-Means algorithm, written in the MapReduce framework, through the cluster test run successfully. Compressed package contains the source code and experimental data
Platform: | Size: 13312 | Author: 王梦 | Hits:

[Windows Developkmeans_report

Description: 数据挖掘kmeans图像聚类实验,用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码-Data mining kmeans image clustering experiments, using VC or Java implementation of k-means clustering algorithm, respectively, and the distribution of the number of iterations of the algorithm terminates no change in the conditions, with a picture (of your choice) as the data set to compare the running time (painting graph of the relationship between time and the pixel is therefore subject to the number of pixels to experiment with different pieces of the picture) to submit test reports and source code
Platform: | Size: 4153344 | Author: 吴娟 | Hits:

[Windows Developkmeans_report

Description: 数据挖掘kmeans图像聚类实验,用 VC实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码-Kmeans image clustering data mining experiments with VC k-means clustering algorithm, respectively, the number of iterations and distribution no longer changes the algorithm termination condition, with a picture (of your choice) as the data set to compare the running time (time to draw relationship with the pixel graphs, and therefore subject to experiment with the number of pixels of different pieces of the picture), submit a test report with source code
Platform: | Size: 6629376 | Author: 熊京 | Hits:

[Editorkmeans3

Description: Source Code for K-Means Clustering in C-Source Code for K-Means Clustering in C++
Platform: | Size: 2048 | Author: ichighost | Hits:

[source in ebookmatlab-bian-ma

Description: matlab源代码 包括K均值聚类 鱼群算法 模拟退火 蚁群算法 端点检测等-matlab source code, including K-means clustering algorithm simulated annealing ant colony algorithm fish endpoint detection
Platform: | Size: 5847040 | Author: 杨存强 | Hits:

[assembly languagegdp

Description: 关于数据挖掘与隐私保护的源代码及论文,主要用到k-means的聚类分析-About Data Mining and Privacy Protection of the source code and papers, mainly used k-means clustering analysis
Platform: | Size: 704512 | Author: 聪聪 | Hits:

[matlabkmeancluster-pso

Description: 粒子群K均值聚类算法matlab源代码供大家学习-Particle Swarm K-means clustering algorithm matlab source code
Platform: | Size: 2048 | Author: fadfaddfa | Hits:

[matlabPCA-K_means

Description: 基于PCA降维的k-means算法,附带有检测正确率的源码以及相应的检测数据-PCA dimensionality reduction based on k-means algorithm, source code comes with the correct detection rate and the corresponding test data
Platform: | Size: 1301504 | Author: 清水 | Hits:

[JSP/JavaK_Means

Description: k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。下面给出我写的源代码。-work process k-means algorithm is as follows: First, choose k objects from n data objects as the initial cluster centers while for the rest of the other objects, according to the similarity (distance) with those of their cluster centers, They were assigned to the most similar (represented by the cluster center) clustering then calculated for each cluster received new cluster center (the cluster mean all objects) repeats this process Until the beginning of a standard measure function convergence. MSE is generally used as the standard measure function k clustering has the following characteristics: each cluster itself as compact as possible, and to separate between the clusters as possible. Here is what I wrote the source code.
Platform: | Size: 2048 | Author: xiaojade | Hits:

[OpenCVopencv

Description: 图像场景分类的bow模型opencv源代码,采用k-means聚类构造单词,采用支持向量机的svm分类器。-Image scene classification bow model opencv source code, using k-means clustering structure of words, using support vector machine svm classifier.
Platform: | Size: 10240 | Author: 李翔 | Hits:

[2D Graphicisodata22

Description: isodata算法的matlab实现,其中还附带K均值算法的源码实现。提供数据供大家验证-isodata algorithm matlab implementation, which also comes with K-means algorithm source code implementation. Provides data validation for everyone
Platform: | Size: 12288 | Author: liu | Hits:

[matlabkmeans

Description: matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, very good, for everyone to download research study
Platform: | Size: 1024 | Author: Fredericky | Hits:

[matlabAlgorithms

Description: matlab源码:K-means算法,粒子群算法PSO,模拟退火算法SA-The matlab source code: K- means algorithm, particle swarm optimization (PSO, simulated annealing algorithm SA
Platform: | Size: 205824 | Author: hhb | Hits:

[Algorithmkmeans-al-math

Description: C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29111
Platform: | Size: 3072 | Author: mjay90 | Hits:

[AI-NN-PRKMeanMethor

Description: 详细的K均值算法源码,可以运行,自己写的,网上不会出现重复,放心使用-Details of the K-means algorithm source code, you can run, write your own online does not appear to repeat, ease of use
Platform: | Size: 415744 | Author: maxruan | Hits:

[OtherLeviCivita

Description: Fast K-means clustering algorithm for image segmentation source code
Platform: | Size: 26624 | Author: VS | Hits:
« 1 2 3 4 5 6 7 89 »

CodeBus www.codebus.net